Welcome![Sign In][Sign Up]
Location:
Search - speech api

Search list

[Speech/Voice recognition/combinecspeech.zip

Description: 为微软SAPI(Text-to-Speech API)封装的类
Platform: | Size: 80914 | Author: | Hits:

[Other resource关于tts语音引擎的使用方法

Description: 关于tts语音引擎的使用方法!很多软件具有英文发音和朗读功能,它们都使用了MSTTS(Microsoft Text To Speech)技术。微软遵照COM的标准,提供了一套Speech API来对MSTTS进行编程。要在程序中使用这套API,必须确保系统已经安装了MSTTS和Spchapi软件包。   Speech API可以作为类型库引用到Delphi中,方法是:打开Project选单下的Import Type Litrary,点击“Add”加入Windows\\Speech目录下的Vtxauto.tlb文件,在Delphi的Import目录中就会生成VTxtAuto—TLB.pas文件,其中定义了VTxtAuto—TLB单元,把它加到Uses成员中来。设计如图2所示的窗口,定义全局变量: var VoTxt:IVTxtAuto   然后在Form的OnCreate事件中加入:   VoTxt:=CoVTxtAuto_.Create   VoTxt.Register(′′,′Speech Test′) {注册}   “Read”按钮代码为:   VoTxt.Speak(Memo1.Lines.Text,10) {朗读}   “Stop”按钮代码为:   VoTxt.StopSpeaking {停止朗读}   至此,应用程序已具有朗读功能,10表示使用普通语气。借住VoTxt的属性和方法,我们还可以控制阅读速度和语气,实现暂停、跳句等功能,Speech API编程就这么简单。 -TTS voice on the use of the engine! Many software with English pronunciation and reading aloud function, they have used MSTTS (Microsoft Text To Speech) technology. Microsoft COM comply with the standards and provide a set of Speech API to right MSTTS program. The procedure to use this API, we must ensure that the system has been installed and Spchapi MSTTS package. Speech API can be used as a type library to Delphi, is : Open Project menu under the Import Type Litrary, click on the "Add" to join Windows \\ directory under the Speech Vtxauto.tlb documents in the Delphi Import directory will generate VTxtAuto - TLB.pas document, which will just a VTxtAuto - TLB units, it added Uses members to China. Figure 2 shows the design of windows, the definition of global variables : var VoTx
Platform: | Size: 7931 | Author: 章称 | Hits:

[Speech/Voice recognition/combineSimple Speech

Description: 一个比较简单的语音识别程序,使用windows Speech API,语音到文本。-One of the simple programs for speech signal recognition. using windows Speech API, speech to text.
Platform: | Size: 327319 | Author: 陈想 | Hits:

[Speech/Voice recognition/combinecspeech

Description: 为微软SAPI(Text-to-Speech API)封装的类- Kind (Text-to-Speech API) seals which for Microsoft SAPI
Platform: | Size: 80896 | Author: 站长 | Hits:

[Speech/Voice recognition/combineSimple Speech

Description: 一个比较简单的语音识别程序,使用windows Speech API,语音到文本。-One of the simple programs for speech signal recognition. using windows Speech API, speech to text.
Platform: | Size: 326656 | Author: 陈想 | Hits:

[AI-NN-PR关于tts语音引擎的使用方法

Description: 关于tts语音引擎的使用方法!很多软件具有英文发音和朗读功能,它们都使用了MSTTS(Microsoft Text To Speech)技术。微软遵照COM的标准,提供了一套Speech API来对MSTTS进行编程。要在程序中使用这套API,必须确保系统已经安装了MSTTS和Spchapi软件包。   Speech API可以作为类型库引用到Delphi中,方法是:打开Project选单下的Import Type Litrary,点击“Add”加入Windows\Speech目录下的Vtxauto.tlb文件,在Delphi的Import目录中就会生成VTxtAuto—TLB.pas文件,其中定义了VTxtAuto—TLB单元,把它加到Uses成员中来。设计如图2所示的窗口,定义全局变量: var VoTxt:IVTxtAuto   然后在Form的OnCreate事件中加入:   VoTxt:=CoVTxtAuto_.Create   VoTxt.Register(′′,′Speech Test′) {注册}   “Read”按钮代码为:   VoTxt.Speak(Memo1.Lines.Text,10) {朗读}   “Stop”按钮代码为:   VoTxt.StopSpeaking {停止朗读}   至此,应用程序已具有朗读功能,10表示使用普通语气。借住VoTxt的属性和方法,我们还可以控制阅读速度和语气,实现暂停、跳句等功能,Speech API编程就这么简单。 -TTS voice on the use of the engine! Many software with English pronunciation and reading aloud function, they have used MSTTS (Microsoft Text To Speech) technology. Microsoft COM comply with the standards and provide a set of Speech API to right MSTTS program. The procedure to use this API, we must ensure that the system has been installed and Spchapi MSTTS package. Speech API can be used as a type library to Delphi, is : Open Project menu under the Import Type Litrary, click on the "Add" to join Windows \ directory under the Speech Vtxauto.tlb documents in the Delphi Import directory will generate VTxtAuto- TLB.pas document, which will just a VTxtAuto- TLB units, it added Uses members to China. Figure 2 shows the design of windows, the definition of global variables : var VoTx
Platform: | Size: 7168 | Author: 章称 | Hits:

[Multimedia DeveloptestSpeech

Description: Microsoft speech api用法,文本自动阅读-Microsoft speech api usage, automatic text reading
Platform: | Size: 28672 | Author: 孙西勐 | Hits:

[Speech/Voice recognition/combinesapitutorial00

Description: 一个国外人开发的语音识别的示例代码,使用了微软的speech API.-a foreign person development of the Speech Recognition sample code and the use of the Microsoft speech API.
Platform: | Size: 22528 | Author: szg | Hits:

[JSP/JavaFreeTTS1.2.1

Description: FreeTTS is a speech synthesis system written entirely in the Java programming language. It is based upon Flite, a small, fast, run-time speech synthesis engine, which in turn is based upon University of Edinburgh s Festival Speech Synthesis System and Carnegie Mellon University s FestVox project.
Platform: | Size: 55764992 | Author: rita | Hits:

[Speech/Voice recognition/combinefreetts-1.2.1-tst

Description: speech synthesizer with JSAPI(Java Speech API). Source:http://sourceforge.net/projects/freetts
Platform: | Size: 3927040 | Author: Jack Smith | Hits:

[Speech/Voice recognition/combinesapi

Description: 微软speech api SDK5.1文档-Microsoft speech api SDK5.1 document
Platform: | Size: 2352128 | Author: chacha | Hits:

[Speech/Voice recognition/combineSpeechSynthesisTechnologybasedonFreeTTS

Description: Java 提供了语音API技术用于支持应用程序或W eb 页面中的人机语音交互, 其核心技术包括语音合成和语音识别。FreeTTS 是Java 语音合成技术的实现手段之一, 以创建电话号码朗读程序为例, 探讨了基于该技术的Java 语音API实现方法及相关问题。-API provides a Java technology used to support voice applications, or W eb page man-machine voice interaction, and its core technologies, including speech synthesis and speech recognition. FreeTTS speech synthesis technology is a Java implementation of one of the means to create a reading program phone numbers for example, to explore the technology based on the Java Speech API implementation methods and related issues.
Platform: | Size: 274432 | Author: 吕鹏 | Hits:

[Speech/Voice recognition/combineCSpeech_Src

Description: 用VC编的CSpeech类,用于实现简单文本到语音的转换。使用Microsoft s (SAPI) Speech API 5.1。-This sample VC project demonstrates how to use the CSpeech class to perform simple text to speech conversion.
Platform: | Size: 22528 | Author: 王刚 | Hits:

[Windows DevelopText-To-Speech-WinXp

Description: VIsual .NET using Microsoft API
Platform: | Size: 98304 | Author: Cutie Babe | Hits:

[Windows Developapi

Description: Microsoft Speech API ActiveX control Remote BoF Exploit (win2k sp4)
Platform: | Size: 306176 | Author: Microsoft Speech API | Hits:

[JSP/Javajsapi

Description: java speech api jsapi.jar for javax.speech.*
Platform: | Size: 40960 | Author: ashish | Hits:

[Speech/Voice recognition/combineDTalk

Description: Microsoft Speech API的Delphi接口及DEMO。语音合成-DTalk, for Delphi, is a set of Speech nabling?components that implement the Microsoft Speech API. Speech applications written with the DTalk controls will work with any Speech API (SAPI) compliant speech recognition
Platform: | Size: 766976 | Author: 江湖 | Hits:

[Speech/Voice recognition/combinespeech-

Description: 利用windows speech api生成语音文件-windows speech api
Platform: | Size: 2570240 | Author: 张鹏 | Hits:

[Windows DevelopSR-TTS

Description: 使用speech api实现txt文本转换语言wav,和wav语言转换txt文本(Use speech API to implement the TXT text translation language WAV, and convert TXT text into WAV language)
Platform: | Size: 2246656 | Author: 阿尼拉巴 | Hits:

[Speech/Voice recognition/combineMS_SAPI

Description: MS SAPI(Speech API) demo
Platform: | Size: 3452928 | Author: madmax8 | Hits:
« 12 3 4 5 »

CodeBus www.codebus.net